Add log dir expose, unify SPC_FIX_DEPLOY_ROOT parsing - #930
Conversation
|
While we're at it, could we try to use the same user inside a docker container as the host uses?
|
|
Like |
|
Yep |
|
Unfortunately there are no simple solution to use The only perfect option for linux is to restart docker CE as rootless mode. But luckily macOS docker always create mount dir as current user permission. |
|
Restarting docker-ce in a different mode is not a solution, as it may be running on a host and linux could be a VM without docker installed. If Docker can't handle it natively, there's a chown at the end, but that would prompt a password and only work if the user has sudo... |
What does this PR do?
Fix #929
Checklist before merging
*.phpor*.json, run them locally to ensure your changes are valid:composer cs-fixcomposer analysecomposer testbin/spc dev:sort-configsrc/globals/test-extensions.php.extension testortest extensionsto trigger full test suite.